home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 7 / FM Towns Free Software Collection 7.iso / t_os / artemis / artsrc1 / linenum.awk < prev    next >
Encoding:
Text File  |  1993-11-30  |  64 b   |  6 lines

  1. {lnum++;}
  2.  
  3. $0 ~ /[{}]/ {
  4.     printf("%6d: %s\n", lnum, $0);
  5. }
  6.